Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: fid web vital tracking replaced with inp #5262

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

roger-in-kiva
Copy link
Collaborator

  • FID web vitals tracking replaced with INP
  • web vitals package updated to last version

@roger-in-kiva roger-in-kiva requested a review from a team April 24, 2024 14:12
@roger-in-kiva roger-in-kiva merged commit f82b3de into main Apr 24, 2024
5 checks passed
@roger-in-kiva roger-in-kiva deleted the MP-36_replace_fid_with_inp branch April 24, 2024 14:34
kiva-robot added a commit that referenced this pull request May 6, 2024
## [2.738.0-rc.1](v2.737.1...v2.738.0-rc.1) (2024-05-06)

### 🎉 New Features

* add disclaimer text for deposit incentive experiment MP-176 ([20dc231](20dc231))
* add exp tracking to users that see the deposit incentive banner ([bf97c41](bf97c41))
* add progress bar to incentive banner exp ([768cb79](768cb79))
* add value options up to 10000 ([ba7ec8d](ba7ec8d))
* clickable loan card tags added to filter page ([0bda5ea](0bda5ea))
* deposit incentive banner component and story ([bf4d3d9](bf4d3d9))
* fid web vital tracking replaced with inp ([#5262](#5262)) ([f82b3de](f82b3de))
* Forward partnerContentfulPageId setting ([033035a](033035a))
* forward passwordless setting in ui repo ([de8ac5d](de8ac5d))
* install dovetail css font include ([68adfd0](68adfd0))
* install latest kv-tokens with new typeface configurations ([5da7ca8](5da7ca8))
* live loans powered by flss ([#5261](#5261)) ([36d7af3](36d7af3))
* loan upsell in checkout for deposit incentive experiment MP-95 ([d33b44f](d33b44f))
* move exp query to another hook ([7a1d78d](7a1d78d))
* send uiab experiment assignments in x-uiab header to graphql api ([f673c6b](f673c6b))
* show link to borrower application ([196525b](196525b))
* tags and themes data fetched for loans ([#5279](#5279)) ([d825eb9](d825eb9))

### 🐛 Bugfixes

* add branch name for github-actions ([d9ee401](d9ee401))
* add superscript for disclaimer to deposit incentive upsell MP-176 ([5fa2961](5fa2961))
* apollo query format error ([9c6f80a](9c6f80a))
* ensure we keep kv-tokens as a primary dep ([787cf31](787cf31))
* event info ([c60318f](c60318f))
* guest upsell wasn't showing for challenge ([5ee83e5](5ee83e5))
* lint ([6870718](6870718))
* move mounted logic to prefetch to set query values ([d77175e](d77175e))
* naming fix ([#5280](#5280)) ([172f9a1](172f9a1))
* number formatting issue with promo banner ([f00dfde](f00dfde))
* prefetch query ([88fa7b1](88fa7b1))
* remove watch basket code already handled by apollo plugin ([3dda3f1](3dda3f1))
* resolved issues and extended analytics data ([57a38f4](57a38f4))
* shortened partnerContentId field ([17b8540](17b8540))
* stop adding uiab header to api calls pending header approval ([c1a8832](c1a8832))
* track exp for all users ([4ab7eaf](4ab7eaf))
* tracked down general PAT usage ([d79bb60](d79bb60))
* try setting token for dependabot PRs ([60bb103](60bb103))
* try token fix for title linting ([1ea6601](1ea6601))
* update components for loan card increments ([0da3de6](0da3de6))
* update kv-tokens with h2 line-height fixes ([dc6dc08](dc6dc08))
* updated comment ([f0f5e81](f0f5e81))
* updated components package to enable clickable categories in some cases ([6529a1b](6529a1b))
* use number instead of string comparison for incentive upsell MP-95 ([fa5113d](fa5113d))

### 🪚 Refactors

* add exp query to banner query ([13dd3f0](13dd3f0))
* using loanReservationTotal to get basket total ([958cdc5](958cdc5))

### 🧹 Chores

* **deps-dev:** bump @babel/core from 7.15.5 to 7.24.5 ([1869066](1869066))
* **deps-dev:** bump @babel/preset-env from 7.13.9 to 7.24.5 ([57135e3](57135e3))
* **deps-dev:** bump postcss from 8.4.6 to 8.4.38 ([e045f36](e045f36))
* **deps-dev:** bump semver from 7.3.7 to 7.6.0 ([a4b418d](a4b418d))
* **deps:** bump @babel/traverse from 7.18.6 to 7.24.1 ([55c2310](55c2310))
* **deps:** bump @sideway/formula from 3.0.0 to 3.0.1 ([05cbee4](05cbee4))
* **deps:** bump apollo-server-core from 2.21.1 to 2.26.2 ([a13f900](a13f900))
* **deps:** bump browserify-sign from 4.2.1 to 4.2.3 ([702c0d2](702c0d2))
* **deps:** bump cookiejar from 2.1.2 to 2.1.4 ([ba9aa50](ba9aa50))
* **deps:** bump crypto-js from 4.1.1 to 4.2.0 ([347473d](347473d))
* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([a2e3634](a2e3634))
* **deps:** bump follow-redirects from 1.14.9 to 1.15.6 ([0d9a1a9](0d9a1a9))
* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([46300f9](46300f9))
* **deps:** bump loader-utils from 1.4.1 to 1.4.2 ([244fea8](244fea8))
* **deps:** bump parse-path and @storybook/storybook-deployer ([8d0973f](8d0973f))
* **deps:** bump qs from 6.5.2 to 6.5.3 ([c268634](c268634))
* **deps:** bump tar from 6.1.15 to 6.2.1 ([8c16a9c](8c16a9c))
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([a6cb775](a6cb775))
@kiva-robot
Copy link
Collaborator

🎉 This PR is included in version 2.738.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

kiva-robot added a commit that referenced this pull request May 7, 2024
## [2.738.0](v2.737.1...v2.738.0) (2024-05-07)

### 🎉 New Features

* add disclaimer text for deposit incentive experiment MP-176 ([20dc231](20dc231))
* add exp tracking to users that see the deposit incentive banner ([bf97c41](bf97c41))
* add progress bar to incentive banner exp ([768cb79](768cb79))
* add value options up to 10000 ([ba7ec8d](ba7ec8d))
* clickable loan card tags added to filter page ([0bda5ea](0bda5ea))
* deposit incentive banner component and story ([bf4d3d9](bf4d3d9))
* fid web vital tracking replaced with inp ([#5262](#5262)) ([f82b3de](f82b3de))
* Forward partnerContentfulPageId setting ([033035a](033035a))
* forward passwordless setting in ui repo ([de8ac5d](de8ac5d))
* install dovetail css font include ([68adfd0](68adfd0))
* install latest kv-tokens with new typeface configurations ([5da7ca8](5da7ca8))
* live loans powered by flss ([#5261](#5261)) ([36d7af3](36d7af3))
* loan upsell in checkout for deposit incentive experiment MP-95 ([d33b44f](d33b44f))
* move exp query to another hook ([7a1d78d](7a1d78d))
* send uiab experiment assignments in x-uiab header to graphql api ([f673c6b](f673c6b))
* show link to borrower application ([196525b](196525b))
* tags and themes data fetched for loans ([#5279](#5279)) ([d825eb9](d825eb9))

### 🐛 Bugfixes

* add branch name for github-actions ([d9ee401](d9ee401))
* add superscript for disclaimer to deposit incentive upsell MP-176 ([5fa2961](5fa2961))
* apollo query format error ([9c6f80a](9c6f80a))
* ensure we keep kv-tokens as a primary dep ([787cf31](787cf31))
* event info ([c60318f](c60318f))
* guest upsell wasn't showing for challenge ([5ee83e5](5ee83e5))
* hold off on checking for new applicant cookie ([79b6406](79b6406))
* lint ([6870718](6870718))
* move mounted logic to prefetch to set query values ([d77175e](d77175e))
* naming fix ([#5280](#5280)) ([172f9a1](172f9a1))
* number formatting issue with promo banner ([f00dfde](f00dfde))
* prefetch query ([88fa7b1](88fa7b1))
* remove watch basket code already handled by apollo plugin ([3dda3f1](3dda3f1))
* resolved issues and extended analytics data ([57a38f4](57a38f4))
* shortened partnerContentId field ([17b8540](17b8540))
* stop adding uiab header to api calls pending header approval ([c1a8832](c1a8832))
* track exp for all users ([4ab7eaf](4ab7eaf))
* tracked down general PAT usage ([d79bb60](d79bb60))
* try setting token for dependabot PRs ([60bb103](60bb103))
* try token fix for title linting ([1ea6601](1ea6601))
* update components for loan card increments ([0da3de6](0da3de6))
* update kv-tokens with h2 line-height fixes ([dc6dc08](dc6dc08))
* updated comment ([f0f5e81](f0f5e81))
* updated components package to enable clickable categories in some cases ([6529a1b](6529a1b))
* use number instead of string comparison for incentive upsell MP-95 ([fa5113d](fa5113d))

### 🪚 Refactors

* add exp query to banner query ([13dd3f0](13dd3f0))
* using loanReservationTotal to get basket total ([958cdc5](958cdc5))

### 🧹 Chores

* **deps-dev:** bump @babel/core from 7.15.5 to 7.24.5 ([1869066](1869066))
* **deps-dev:** bump @babel/preset-env from 7.13.9 to 7.24.5 ([57135e3](57135e3))
* **deps-dev:** bump postcss from 8.4.6 to 8.4.38 ([e045f36](e045f36))
* **deps-dev:** bump semver from 7.3.7 to 7.6.0 ([a4b418d](a4b418d))
* **deps:** bump @babel/traverse from 7.18.6 to 7.24.1 ([55c2310](55c2310))
* **deps:** bump @sideway/formula from 3.0.0 to 3.0.1 ([05cbee4](05cbee4))
* **deps:** bump apollo-server-core from 2.21.1 to 2.26.2 ([a13f900](a13f900))
* **deps:** bump browserify-sign from 4.2.1 to 4.2.3 ([702c0d2](702c0d2))
* **deps:** bump cookiejar from 2.1.2 to 2.1.4 ([ba9aa50](ba9aa50))
* **deps:** bump crypto-js from 4.1.1 to 4.2.0 ([347473d](347473d))
* **deps:** bump decode-uri-component from 0.2.0 to 0.2.2 ([a2e3634](a2e3634))
* **deps:** bump follow-redirects from 1.14.9 to 1.15.6 ([0d9a1a9](0d9a1a9))
* **deps:** bump http-cache-semantics from 4.1.0 to 4.1.1 ([46300f9](46300f9))
* **deps:** bump loader-utils from 1.4.1 to 1.4.2 ([244fea8](244fea8))
* **deps:** bump parse-path and @storybook/storybook-deployer ([8d0973f](8d0973f))
* **deps:** bump qs from 6.5.2 to 6.5.3 ([c268634](c268634))
* **deps:** bump tar from 6.1.15 to 6.2.1 ([8c16a9c](8c16a9c))
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([a6cb775](a6cb775))
* **release:** 2.738.0-rc.1 [skip ci] ([ebc07b3](ebc07b3)), closes [#5262](#5262) [#5261](#5261) [#5279](#5279) [#5280](#5280)
* **release:** 2.738.0-rc.2 [skip ci] ([f66a732](f66a732))
@kiva-robot
Copy link
Collaborator

🎉 This PR is included in version 2.738.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants